home *** CD-ROM | disk | FTP | other *** search
/ Software USA 5 #5 / Software USA Volume 5.05.iso / pc / homeoff / zilch / install / _setup.1 / Zilchs21.exe / 0 / RCDATA / TGETINTDLG / TGETINTDLG.txt
Text File  |  1999-01-30  |  1KB  |  57 lines

  1. object GetIntDlg: TGetIntDlg
  2.   Left = 263
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Dialog'
  8.   ClientHeight = 99
  9.   ClientWidth = 254
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   KeyPreview = True
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnKeyPress = FormKeyPress
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 8
  23.     Width = 39
  24.     Height = 13
  25.     Caption = 'Label1'
  26.   end
  27.   object OKBtn: TBitBtn
  28.     Left = 48
  29.     Top = 59
  30.     Width = 77
  31.     Height = 27
  32.     TabOrder = 0
  33.     Kind = bkOK
  34.     Margin = 2
  35.     Spacing = -1
  36.     IsControl = True
  37.   end
  38.   object CancelBtn: TBitBtn
  39.     Left = 136
  40.     Top = 59
  41.     Width = 77
  42.     Height = 27
  43.     TabOrder = 1
  44.     Kind = bkCancel
  45.     Margin = 2
  46.     Spacing = -1
  47.     IsControl = True
  48.   end
  49.   object Edit1: TEdit
  50.     Left = 16
  51.     Top = 27
  52.     Width = 215
  53.     Height = 20
  54.     TabOrder = 2
  55.   end
  56. end
  57.